Click or drag to resize

FileAttachment Properties

The FileAttachment type exposes the following members.

Properties
  NameDescription
Public propertyAttachmentId
Identifies the attachment.
(Inherited from Attachment.)
Public propertyContent
Contains the Base64-encoded contents of the file attachment.
Public propertyContentId
Represents an identifier for the contents of an attachment.
(Inherited from Attachment.)
Public propertyContentLocation
Contains the Uniform Resource Identifier (URI) that corresponds to the location of the content of the attachment.
(Inherited from Attachment.)
Public propertyContentType
Describes the Multipurpose Internet Mail Extensions (MIME) type of the attachment content.
(Inherited from Attachment.)
Public propertyIsContactPhoto
Indicates whether the file attachment is a contact picture.
Public propertyIsInline
Represents whether the attachment appears inline within an item.
(Inherited from Attachment.)
Public propertyLastModifiedTime
Represents when the file attachment was last modified.
(Inherited from Attachment.)
Public propertyName
Represents the name of the attachment.
(Inherited from Attachment.)
Public propertySize
Represents the size in bytes of the file attachment.
(Inherited from Attachment.)
Top
See Also